Vim Plugin 推荐

前段时间使用vim作为Go的开发编辑环境,顺便使用了几个不错的plugin,值得推荐一下:

  1. Vim的强大之处,在于丰富的plugin生态,使用plugin必然缺不了plugin的管理器
    Vim plugin manager:Vundle, Neobundle 等

  2. neocomplete 关键字补全

  3. go development vim plugin vim-go

vim-go 依赖其他的组件实现更加强大的类IDE功能 其中包括neocomplete,tagbar,

  1. tagbar 视图功能

  2. molokai 色彩主题

  3. nerdtree 代码目录树视图

  4. unite 高级文件查找和显示

  5. the_platinum_searcher 高级代码查找工具, 可以配合unite使用

综上使用,可以帮助你快速的go代码开发和阅读

参考:

  1. https://github.com/VundleVim/Vundle.vim
  2. https://github.com/Shougo/neobundle.vim
  3. https://github.com/Shougo/neocomplete.vim
  4. https://github.com/fatih/vim-go
  5. https://github.com/majutsushi/tagbar
  6. https://github.com/fatih/molokai
  7. https://github.com/scrooloose/nerdtree
  8. https://github.com/Shougo/unite.vim
  9. https://github.com/monochromegane/the_platinum_searcher